Skip to main content

Modern...ish Vocational Testing

Holla(nd) mundo!

The Holland Occupational Themes is a theory of personality that focuses on career and vocational choice. It characterizes people on the basis of their affinity for six different categories of occupations. The six types yield the RIASEC acronym, by which the theory is also commonly known. The typology has come to dominate the field of career counseling and has been incorporated into most of the popular assessments used in the field.

We go through the following steps:

  • Loading of example data
  • Minimal exploration with pandas
  • Result dashboard with plotly

You can take the test online in: https://openpsychometrics.org/tests/RIASEC/

In [13]:
HTML(holla)
Out[13]:

Spectral Playground

In [28]:
sampleo = 48000
rec = grabar(duracion=15,
             sampleo=sampleo)

display(
    Audio(
        stereo2mono(
            rec[sampleo:]), rate=sampleo
    ) 
)
Recording Audio...
Audio recording complete.
In [33]:
plot_multiple(stereo2mono(rec[sampleo:]), fs=sampleo)

faune

Con un poco de atención, podemos observar, del gráfico superior al inferior:

  • El vibrato de la flauta
  • El tono de la obra (C# ~554hz, Prélude à l'après-midi d'un faune)
  • La melodía

😃🤟

Oops! https://www.youtube.com/watch?v=vabZ4H1NCeQ

Share Share